Click or drag to resize

CopyMethod Constructor (String, String, Boolean)

Construct CopyMethod object with specified source and destination.

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public CopyMethod(
	string source,
	string destination,
	bool overwrite
)

Parameters

source
Type: SystemString
The URI of the resource to copy.
destination
Type: SystemString
The URI of the destination resource.
overwrite
Type: SystemBoolean
True to allow an existing resource to be overwritten; otherwise, false.
See Also